home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 1996 #1
/
Amiga Plus CD - 1996 - No. 1.iso
/
pd
/
grafik
/
dust_v2.34
/
dusthelp
/
batchfiles
< prev
next >
Wrap
Text File
|
1995-09-28
|
506b
|
19 lines
Batchfiles
-----------------------------------------------------------------
Batchfiles are executed by the command "EXEC"
They consists of normal Dust-commands, comments are
indrocuded by ";" or "#".
Example:
#This batchfile creates 36 frames
#of a morphing sphere and shows the result
load(1,s1)
load(2,s2)
morph(1,2,36,obj,)
kill
loadseq(1,36,obj,1)
windowseq(1,36)
NOTE: You can execute batchfiles from batchfiles, this works
in ARexx-mode, too.